win32embed: Set the visible flag and avoid recursion
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 24 Mar 2014 20:51:42 +0000 (20:51 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 10 May 2014 18:42:35 +0000 (19:42 +0100)
commit61ed31a473d1ad6207041ade5fc0461ae9975517
tree43208e7b7488fff19fa3814af7d015d4fc8c8247
parentc0200b9a68e997f8f8a22eade923a67dd0f8fed3
win32embed: Set the visible flag and avoid recursion

We have to use the internal accessor to the visible flag, instead of
calling gtk_widget_set_visible(), from within the show() and hide()
implementations - otherwise we'll recurse.

https://bugzilla.gnome.org/show_bug.cgi?id=721069
gtk/gtkwin32embedwidget.c